home *** CD-ROM | disk | FTP | other *** search
/ Bandai Visual CD-ROM Previews 3 / Bandai Visual CD-ROM Previews 3.iso / LARTHUR'S LEGEND / battle1 / 00017_Script_17 < prev    next >
Text File  |  1995-02-07  |  247b  |  15 lines

  1. on exitframe
  2.   soundplaychk "mzb1" , 3
  3.   movesprite random(8) * 10 , 0 , 2 , 7
  4.   if random(5) < 4 then 
  5.     go to "attack"
  6.   else
  7.     if random(9) < 5 then 
  8.       go to "Rmove"
  9.     else
  10.       go to "Lmove"
  11.     end if
  12.   end if
  13.   
  14. end
  15.